projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf058e4
)
(backward-delete-char-untabify): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Aug 1994 22:58:08 +0000
(22:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Aug 1994 22:58:08 +0000
(22:58 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 1adcb212151654940a13a60d945a53c23792ef6a..fc0a7fc80690f89fa42c3c8f7b1031de836952d9 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-218,7
+218,7
@@
column specified by the variable `left-margin'."
"Delete characters backward, changing tabs into spaces.
Delete ARG chars, and kill (save in kill ring) if KILLP is non-nil.
Interactively, ARG is the prefix arg (default 1)
-and KILLP is t if
prefix arg is
was specified."
+and KILLP is t if
a prefix arg
was specified."
(interactive "*p\nP")
(let ((count arg))
(save-excursion